Attribute Constructor (String) |
Initializes a new instance of the
Attribute class with the specified name.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Attribute(
string name
)
Public Sub New (
name As String
)
Parameters
- name
- Type: SystemString
A string represents attribute name.
See Also